home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / PC Tools Firewall / fwinstall.exe / {tmp} / GTDISetup.exe / install_script.iss
Text File  |  2010-01-13  |  4KB  |  63 lines

  1. ;InnoSetupVersion=5.2.1
  2.  
  3. [Setup]
  4. AppName=PC Tools Generic TDI
  5. AppVerName=PC Tools Generic TDI
  6. AppId=PC Tools Generic TDI
  7. AppVersion=2.0.0.37
  8. AppPublisher=PC Tools Ltd.
  9. AppPublisherURL=http://www.pctools.com/
  10. AppSupportURL=http://www.pctools.com/
  11. AppUpdatesURL=http://www.pctools.com/
  12. DefaultDirName={cf}\PC Tools\GenTDI
  13. DefaultGroupName=PC Tools Generic TDI
  14. OutputBaseFilename=in
  15. Compression=lzma
  16. DisableProgramGroupPage=yes
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\GenericTdiDll.dll"; DestDir: "{app}"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: restartreplace overwritereadonly uninsrestartdelete 
  23. Source: "{sys}\drivers\pctwfpfilter.sys"; DestDir: "{sys}\drivers"; Check: "not IsWin64"; MinVersion: 6.0.6000,6.0.6000; Flags: restartreplace overwritereadonly uninsrestartdelete 
  24. Source: "{sys}\drivers\pctwfpfilter64.sys"; DestDir: "{sys}\drivers"; Check: "IsWin64"; MinVersion: 6.0.6000,6.0.6000; Flags: restartreplace overwritereadonly uninsrestartdelete 64bit 
  25. Source: "{sys}\drivers\pctgntdi.sys"; DestDir: "{sys}\drivers"; Check: "Not IsWin64"; BeforeInstall: "CallBeforeInstall_MD5_CAT(ExpandConstant('{sys}\drivers\pctgntdi.sys'))"; AfterInstall: "CallAfterInstall_MD5_CAT(ExpandConstant('{sys}\drivers\pctgntdi.sys'), ExpandConstant('{sys}\drivers\pctgntdi.cat'))"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: restartreplace overwritereadonly uninsrestartdelete 
  26. Source: "{sys}\drivers\pctgntdi.cat"; DestDir: "{sys}\drivers"; Check: "(Not IsWin64) and RtnCatRslts"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: restartreplace overwritereadonly uninsrestartdelete 
  27. Source: "{sys}\drivers\pctgntdi64.sys"; DestDir: "{sys}\drivers"; Check: "IsWin64"; BeforeInstall: "CallBeforeInstall_MD5_CAT(ExpandConstant('{sys}\drivers\pctgntdi64.sys'))"; AfterInstall: "CallAfterInstall_MD5_CAT(ExpandConstant('{sys}\drivers\pctgntdi64.sys'), ExpandConstant('{sys}\drivers\pctgntdi.cat'))"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: restartreplace overwritereadonly uninsrestartdelete 64bit 
  28. Source: "{sys}\drivers\pctgntdi64.cat"; DestDir: "{sys}\drivers"; Check: "IsWin64 and RtnCatRslts"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: restartreplace overwritereadonly uninsrestartdelete 64bit 
  29.  
  30. [Registry]
  31. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Uninstall\PC Tools Generic TDI_is1"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: deletekey 
  32. Root: HKLM; Subkey: "Software\PCTools\CommonFiles\GenTDI"; ValueName: "UninstallString"; ValueType: String; ValueData: "{uninstallexe}"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: uninsdeletevalue 
  33. Root: HKLM; Subkey: "SOFTWARE\PCTools\CommonFiles"; ValueName: "GenTDI"; ValueType: String; ValueData: "{cf}\PC Tools\GenTDI"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: createvalueifdoesntexist uninsdeletevalue 
  34.  
  35. [InstallDelete]
  36. Type: files; Name: "{app}\Microsoft.VC80.CRT.manifest"; 
  37. Type: files; Name: "{app}\msvcm80.dll"; 
  38. Type: files; Name: "{app}\msvcp80.dll"; 
  39. Type: files; Name: "{app}\msvcr80.dll"; 
  40.  
  41. [UninstallDelete]
  42. Type: files; Name: "{app}\Microsoft.VC80.CRT.manifest"; 
  43. Type: files; Name: "{app}\msvcm80.dll"; 
  44. Type: files; Name: "{app}\msvcp80.dll"; 
  45. Type: files; Name: "{app}\msvcr80.dll"; 
  46. Type: files; Name: "{app}\*.txt"; 
  47.  
  48. [CustomMessages]
  49. english.NameAndVersion=%1 version %2
  50. english.AdditionalIcons=Additional icons:
  51. english.CreateDesktopIcon=Create a &desktop icon
  52. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  53. english.ProgramOnTheWeb=%1 on the Web
  54. english.UninstallProgram=Uninstall %1
  55. english.LaunchProgram=Launch %1
  56. english.AssocFileExtension=&Associate %1 with the %2 file extension
  57. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  58.  
  59. [Languages]
  60. ; These files are stubs
  61. ; To achieve better results after recompilation, use the real language files
  62. Name: "english"; MessagesFile: "embedded\english.isl"; 
  63.